I've recently picked up working on my programming and come back to the course Learn Python The Hard Way by Zed A. Shaw. I've just finished Excercise 43 which covers designing object oriented programs which brought flashbacks to my time learning Java at City University.

I've also updated my workflow so you can follow along with my progress if your interested. I was using Dropbox so I could do coursework across multiple machines and this was fine but I wanted to get better at Git. So I migrated to Github, this means I get used to the:

git add .
git commit -m "I'm commiting to Github"
git push -u origin master

workflow.

You can how I'm getting along on the JPoser/python-the-hardway repo and any other public projects I'm working on my profile.


Comments

comments powered by Disqus